C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollection<T> Class / CanSort Method
The sort descriptions to be checked whether the collection can be sorted.

In This Topic
CanSort Method (C1DataCollection<T>)
In This Topic
Returns whether the collection is able to sort the specified sort descriptions.
Syntax
'Declaration
 
Public Overridable Function CanSort( _
   ByVal ParamArray sortDescriptions() As SortDescription _
) As Boolean
 

Parameters

sortDescriptions
The sort descriptions to be checked whether the collection can be sorted.
See Also